home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / sgi.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  619 b   |  29 lines

  1.  
  2. # Machine dependent makefile definitions for SGI Iris 3030
  3.  
  4. LBINDIR=/usr/local/bin
  5.  
  6. OFLAG    =  -O
  7. LIBS    = -lm -lbsd
  8. ODIR_DEBUG= 
  9. NULLFILE = ../h/twelve_null
  10.  
  11. # This CC string will be used for compilation of the system,
  12. # and also in the compiler::*cc* variable for later compilation of
  13. # lisp files.
  14.  
  15. CC = cc -I/usr/include/bsd -DVOL= -I$(GCLDIR)/o 
  16.  
  17.  
  18. # Enable the fastloading mechanism which does not use ld -A
  19. # requires c/rel_.. machine dependent code.
  20.  
  21. RSYM    = rsym
  22. SFASL    = $(ODIR)/sfasl.o
  23.  
  24. # When using SFASL it is good to have (si::build-symbol-table)
  25. INITFORM=(si::build-symbol-table)
  26.  
  27. # Use symbolic links
  28. SYMB=-s
  29.